Autogenerated HTML docs for v1.5.2-35-ga334 
diff --git a/git-describe.txt b/git-describe.txt index 47a583d..dc47b65 100644 --- a/git-describe.txt +++ b/git-describe.txt 
@@ -8,7 +8,7 @@    SYNOPSIS  -------- -'git-describe' [--all] [--tags] [--abbrev=<n>] <committish>... +'git-describe' [--all] [--tags] [--contains] [--abbrev=<n>] <committish>...    DESCRIPTION  ----------- @@ -31,6 +31,11 @@ 	Instead of using only the annotated tags, use any tag 	found in `.git/refs/tags`.   +--contains:: +	Instead of finding the tag that predates the commit, find +	the tag that comes after the commit, and thus contains it. +	Automatically implies --tags. +  --abbrev=<n>:: 	Instead of using the default 8 hexadecimal digits as the 	abbreviated object name, use <n> digits.